home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / game / text / EAC14b.lha / EAC / Developers / Tutorials / Tutorial_04.EAC < prev    next >
Text File  |  1980-12-07  |  1KB  |  31 lines

  1. .------------------------------------------------------.
  2. |  This example shows you how to use the pause command |
  3. `------------------------------------------------------'
  4.  
  5. PAGE:START
  6.  
  7. Information about Workbench
  8.  
  9. The Amiga's Workbench Graphical User Interface (GUI) allows you to control
  10. the Aniga by using a mouse to select symbols in the form of icons, or small
  11. pictures, and list-like menus. The workbench is easy to learn and use
  12. because the icons and menus are displayed automatically. You do not have 
  13. to memorize a long list of commands to accomplish a task.
  14.  
  15. Multitasking is the ability to run several independent programs at one
  16. time. Because the Amiga was designed from the start as a multitasking
  17. system with a GUI, it is fast and easy to switch tasks (programs) when you
  18. need to. Not only can programs programs run at the same time on the Amiga,
  19. but they can also share information and computer resources, allowing you to
  20. do more work without requiring additional software and memory.
  21.  
  22. [More...]
  23. PAUSE:
  24.  
  25. The Workbench and multitasking are features common to all Amigas, from
  26. single floppy models to the most advanced workstation-level machines that
  27. are used for three-dimensional graphics, multimedia, and video production.
  28.  
  29. ENDPAGE:
  30.  
  31.